USGS

Isis 3.0 Object Programmers' Reference

Home

KeywordBlockStartMissing.cpp
Go to the documentation of this file.
1 
24 using namespace std;
25 
26 #include "Message.h"
27 
28 QString Isis::Message::KeywordBlockStartMissing(const QString &block, const QString &found) {
29  return "Expecting start of keyword block [" + block + "] but found [" + found + "]";
30 }